home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / emula / arosdv19.lha / AROS / intuition / intuition_debug.h < prev    next >
C/C++ Source or Header  |  1996-10-31  |  271b  |  12 lines

  1. #ifndef _INTUITION_DEBUG_H_
  2. #define _INTUITION_DEBUG_H_ 1
  3.  
  4. #define DEBUG_OpenScreen 0
  5. #define DEBUG_OpenScreenTagList 0
  6. #define DEBUG_OpenWindow 0
  7. #define DEBUG_OpenWindowTagList 0
  8. #define DEBUG_CloseScreen 0
  9. #define DEBUG_CloseWindow 0
  10.  
  11. #endif /* _INTUITION_DEBUG_H_ */
  12.